MVC中关闭弹出窗口,刷新父页面 在action中返回父页面时用这种办法,action加入一下代码: ContentResult content = new ContentResult(); c ...